Costruttore UnknownPropertyEnumeratorException (String)

Initializes a new instance of the UnknownPropertyEnumeratorException class with the specified property name parameter. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    propertyName As String _
)
'Utilizzo
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
)

Parametri

  • propertyName
    Tipo: System.String
    A string value for the property name.

Vedere anche

Riferimento

UnknownPropertyEnumeratorException Classe

Overload UnknownPropertyEnumeratorException

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc