SfcPropertyReadOnlyException Constructor (String)
Initializes a new instance of the SfcPropertyReadOnlyException 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 SfcPropertyReadOnlyException(propertyName)
public SfcPropertyReadOnlyException(
string propertyName
)
public:
SfcPropertyReadOnlyException(
String^ propertyName
)
new :
propertyName:string -> SfcPropertyReadOnlyException
public function SfcPropertyReadOnlyException(
propertyName : String
)
Parámetros
- propertyName
Tipo: System.String
The name of the read-only property.
Vea también
Referencia
SfcPropertyReadOnlyException Clase