Freigeben über


SfcInstance.ToString-Methode

Returns a string representation of the instance Urn.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SfcInstance 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Rückgabewert

Typ: System.String
A string that specifies the instance Urn.

Siehe auch

Verweis

SfcInstance Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace