SfcPropertyNotSetException 构造函数 (String)

Initializes a new instance of the SfcPropertyNotSetException 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 SfcPropertyNotSetException(propertyName)
public SfcPropertyNotSetException(
    string propertyName
)
public:
SfcPropertyNotSetException(
    String^ propertyName
)
new : 
        propertyName:string -> SfcPropertyNotSetException
public function SfcPropertyNotSetException(
    propertyName : String
)

参数