Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SfcPropertyNotSetException class using the specified property name. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String _
)
'Usage
Dim propertyName As String
Dim instance As New SfcPropertyNotSetException(propertyName)
public SfcPropertyNotSetException(
string propertyName
)
public:
SfcPropertyNotSetException(
String^ propertyName
)
new :
propertyName:string -> SfcPropertyNotSetException
public function SfcPropertyNotSetException(
propertyName : String
)
Parameters
- propertyName
Type: System.String
The name of the property that needs to be set.
See Also
Reference
SfcPropertyNotSetException Class