Propriété NonRetrievablePropertyException.PropertyName

Gets the property that cannot be retrieved.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Property PropertyName As String 
    Get 
    Friend Set
'Utilisation
Dim instance As NonRetrievablePropertyException 
Dim value As String 

value = instance.PropertyName
public string PropertyName { get; internal set; }
public:
property String^ PropertyName {
    String^ get ();
    internal: void set (String^ value);
}
member PropertyName : string with get, internal set
function get PropertyName () : String 
internal function set PropertyName (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the property that cannot be retrieved.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

NonRetrievablePropertyException Classe

Espace de noms Microsoft.SqlServer.Management.Dmf