Condividi tramite


Proprietà WrongPropertyValueException.Property

Gets the property that was assigned the wrong property value that caused the wrong property value exception to be raised.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Property As Property 
    Get
'Utilizzo
Dim instance As WrongPropertyValueException 
Dim value As [Property]

value = instance.Property
public Property Property { get; }
public:
property Property^ Property {
    Property^ get ();
}
member Property : Property
function get Property () : Property

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Property
A Property object value that specifies the property that was assigned the wrong value.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

WrongPropertyValueException Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo