Compartir a través de


UnknownPropertyException Constructor (String)

Initializes a new instance of the UnknownPropertyException class for the specified property.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    propertyName As String _
)
'Uso
Dim propertyName As String 

Dim instance As New UnknownPropertyException(propertyName)
public UnknownPropertyException(
    string propertyName
)
public:
UnknownPropertyException(
    String^ propertyName
)
new : 
        propertyName:string -> UnknownPropertyException
public function UnknownPropertyException(
    propertyName : String
)

Parámetros

  • propertyName
    Tipo: System.String
    A String value that specifies the name of the property that is unknown.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

UnknownPropertyException Clase

Sobrecarga de UnknownPropertyException

Espacio de nombres Microsoft.SqlServer.Management.Smo