SfcPropertyNotSetException Constructor (String)
Initializes a new instance of the SfcPropertyNotSetException class using the specified property name. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
propertyName As String _
)
'Uso
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
)
Parámetros
- propertyName
Tipo: System.String
The name of the property that needs to be set.
Vea también
Referencia
SfcPropertyNotSetException Clase