Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Vea también
Referencia
UnknownPropertyException Clase