Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SfcPropertyReadOnlyException class using the specified property name. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String _
)
'Usage
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
)
Parameters
- propertyName
Type: System.String
The name of the read-only property.
See Also
Reference
SfcPropertyReadOnlyException Class