Costruttore SfcPropertyReadOnlyException (String)
Initializes a new instance of the SfcPropertyReadOnlyException class using the specified property name. Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
propertyName As String _
)
'Utilizzo
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
)
Parametri
- propertyName
Tipo: System. . :: . .String
The name of the read-only property.