Construtor SfcPropertyNotSetException (String)
Initializes a new instance of the SfcPropertyNotSetException class using the specified property name. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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.
Consulte também
Referência
SfcPropertyNotSetException Classe