Freigeben über


Property.ToString-Methode

Returns a String value that represents the current object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As [Property]
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 value that represents the Property object.

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

Property Klasse

Microsoft.SqlServer.Management.Smo-Namespace