Proprietà IDmfObjectInfo.ObjectPath

Gets the path of the object.

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

Sintassi

'Dichiarazione
ReadOnly Property ObjectPath As String 
    Get
'Utilizzo
Dim instance As IDmfObjectInfo 
Dim value As String 

value = instance.ObjectPath
string ObjectPath { get; }
property String^ ObjectPath {
    String^ get ();
}
abstract ObjectPath : string
function get ObjectPath () : String

Valore proprietà

Tipo: System.String
A String value that specifies the path of the object.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

IDmfObjectInfo Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Facets