Partager via


Propriété IDmfObjectInfo.ObjectPath

Gets the path of the object.

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

Syntaxe

'Déclaration
ReadOnly Property ObjectPath As String 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

IDmfObjectInfo Interface

Espace de noms Microsoft.SqlServer.Management.Facets