Generates the objects in the script. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function GenerateScript ( _
sfcObject As SfcInstance _
) As String
'用途
Dim instance As SfcTsqlProcFormatter
Dim sfcObject As SfcInstance
Dim returnValue As String
returnValue = instance.GenerateScript(sfcObject)
public string GenerateScript(
SfcInstance sfcObject
)
public:
String^ GenerateScript(
SfcInstance^ sfcObject
)
member GenerateScript :
sfcObject:SfcInstance -> string
public function GenerateScript(
sfcObject : SfcInstance
) : String
參數
- sfcObject
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object of an instance.
傳回值
型別:System.String
The objects in the script.