SfcPropertyReadOnlyException 构造函数 (String)
Initializes a new instance of the SfcPropertyReadOnlyException class using the specified property name. 标识为仅供参考。不提供支持。不保证以后的兼容性。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
propertyName As String _
)
用法
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
)
参数
- propertyName
类型:System. . :: . .String
The name of the read-only property.