Initializes a new instance of the UnknownPropertyEnumeratorException class with the specified property name parameter. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: 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 UnknownPropertyEnumeratorException(propertyName)
public UnknownPropertyEnumeratorException(
string propertyName
)
public:
UnknownPropertyEnumeratorException(
String^ propertyName
)
new :
propertyName:string -> UnknownPropertyEnumeratorException
public function UnknownPropertyEnumeratorException(
propertyName : String
)
參數
- propertyName
型別:System.String
A string value for the property name.
請參閱
參考
UnknownPropertyEnumeratorException 類別