Share via


SfcTSqlScript.GetScript Method

Gets the script of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Return Value

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

See Also

Reference

SfcTSqlScript Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace