Méthode SfcTsqlProcFormatter.GenerateScript (SfcInstance, IEnumerable<SfcTsqlProcFormatter.RuntimeArg>)
Generates the script. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function GenerateScript ( _
sfcObject As SfcInstance, _
runtimeArgs As IEnumerable(Of SfcTsqlProcFormatter.RuntimeArg) _
) As String
'Utilisation
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
Paramètres
- sfcObject
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object of an instance.
- runtimeArgs
Type : System.Collections.Generic.IEnumerable<SfcTsqlProcFormatter.RuntimeArg>
The runtime arguments.
Valeur de retour
Type : System.String
The specified script.