UnknownPropertyEnumeratorException-Konstruktor (String)
Initializes a new instance of the UnknownPropertyEnumeratorException class with the specified property name parameter. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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 UnknownPropertyEnumeratorException(propertyName)
public UnknownPropertyEnumeratorException(
string propertyName
)
public:
UnknownPropertyEnumeratorException(
String^ propertyName
)
new :
propertyName:string -> UnknownPropertyEnumeratorException
public function UnknownPropertyEnumeratorException(
propertyName : String
)
Parameter
- propertyName
Typ: System. . :: . .String
A string value for the property name.