SfcTsqlProcFormatter.GenerateScript 메서드 (SfcInstance, IEnumerable<SfcTsqlProcFormatter.RuntimeArg>)
Generates 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, _
runtimeArgs As IEnumerable(Of SfcTsqlProcFormatter.RuntimeArg) _
) As String
‘사용 방법
Dim instance As SfcTsqlProcFormatter
Dim sfcObject As SfcInstance
Dim runtimeArgs As IEnumerable(Of SfcTsqlProcFormatter.RuntimeArg)
Dim returnValue As String
returnValue = instance.GenerateScript(sfcObject, _
runtimeArgs)
public string GenerateScript(
SfcInstance sfcObject,
IEnumerable<SfcTsqlProcFormatter.RuntimeArg> runtimeArgs
)
public:
String^ GenerateScript(
SfcInstance^ sfcObject,
IEnumerable<SfcTsqlProcFormatter.RuntimeArg>^ runtimeArgs
)
member GenerateScript :
sfcObject:SfcInstance *
runtimeArgs:IEnumerable<SfcTsqlProcFormatter.RuntimeArg> -> string
public function GenerateScript(
sfcObject : SfcInstance,
runtimeArgs : IEnumerable<SfcTsqlProcFormatter.RuntimeArg>
) : String
매개 변수
- sfcObject
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object of an instance.
- runtimeArgs
유형: System.Collections.Generic.IEnumerable<SfcTsqlProcFormatter.RuntimeArg>
The runtime arguments.
반환 값
유형: System.String
The specified script.