Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the path of the object.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
ReadOnly Property ObjectPath As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies the path of the object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.