SfcTsqlProcFormatter.GenerateScript 메서드 (SfcInstance, IEnumerable<SfcTsqlProcFormatter.RuntimeArg>, Boolean)
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 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), _
declareArguments As Boolean _
) As String
‘사용 방법
Dim instance As SfcTsqlProcFormatter
Dim sfcObject As SfcInstance
Dim runtimeArgs As IEnumerable(Of SfcTsqlProcFormatter.RuntimeArg)
Dim declareArguments As Boolean
Dim returnValue As String
returnValue = instance.GenerateScript(sfcObject, _
runtimeArgs, declareArguments)
public string GenerateScript(
SfcInstance sfcObject,
IEnumerable<SfcTsqlProcFormatter.RuntimeArg> runtimeArgs,
bool declareArguments
)
public:
String^ GenerateScript(
SfcInstance^ sfcObject,
IEnumerable<SfcTsqlProcFormatter.RuntimeArg>^ runtimeArgs,
bool declareArguments
)
member GenerateScript :
sfcObject:SfcInstance *
runtimeArgs:IEnumerable<SfcTsqlProcFormatter.RuntimeArg> *
declareArguments:bool -> string
public function GenerateScript(
sfcObject : SfcInstance,
runtimeArgs : IEnumerable<SfcTsqlProcFormatter.RuntimeArg>,
declareArguments : boolean
) : String
매개 변수
- sfcObject
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object of the SfcInstance.
- runtimeArgs
유형: System.Collections.Generic.IEnumerable<SfcTsqlProcFormatter.RuntimeArg>
The arguments during process.
- declareArguments
유형: System.Boolean
true to declare arguments; otherwise, false.
반환 값
유형: System.String
The specified script to generate.