共用方式為


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
)

參數