Partager via


Constructeur SfcPropertyReadOnlyException (String)

Initializes a new instance of the SfcPropertyReadOnlyException class using the specified property name. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    propertyName As String _
)
'Utilisation
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
)

Paramètres