Freigeben über


SfcTSqlScript.GetScript-Methode

Gets the script of the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Function GetScript As StringCollection
'Usage
Dim instance As SfcTSqlScript 
Dim returnValue As StringCollection 

returnValue = instance.GetScript()
public StringCollection GetScript()
public:
StringCollection^ GetScript()
member GetScript : unit -> StringCollection
public function GetScript() : StringCollection

Rückgabewert

Typ: System.Collections.Specialized.StringCollection
A string that represents the script

Siehe auch

Verweis

SfcTSqlScript Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace