Compartilhar via


Construtor UnknownPropertyEnumeratorException (String)

Initializes a new instance of the UnknownPropertyEnumeratorException class with the specified property name parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    propertyName As String _
)
'Uso
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
)

Parâmetros

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

Consulte também

Referência

UnknownPropertyEnumeratorException Classe

Sobrecarregado UnknownPropertyEnumeratorException

Namespace Microsoft.SqlServer.Management.Sdk.Sfc