Metodo GetTextForScript (ScriptingOptions, Boolean, String[], Boolean)
Gets the text of script object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Function GetTextForScript ( _
so As ScriptingOptions, _
forCreate As Boolean, _
expectedObjectTypes As String(), _
forceCheckNameAndManipulateIfRequired As Boolean _
) As String
'Utilizzo
Dim so As ScriptingOptions
Dim forCreate As Boolean
Dim expectedObjectTypes As String()
Dim forceCheckNameAndManipulateIfRequired As Boolean
Dim returnValue As String
returnValue = Me.GetTextForScript(so, _
forCreate, expectedObjectTypes, _
forceCheckNameAndManipulateIfRequired)
protected string GetTextForScript(
ScriptingOptions so,
bool forCreate,
string[] expectedObjectTypes,
bool forceCheckNameAndManipulateIfRequired
)
protected:
String^ GetTextForScript(
ScriptingOptions^ so,
bool forCreate,
array<String^>^ expectedObjectTypes,
bool forceCheckNameAndManipulateIfRequired
)
member GetTextForScript :
so:ScriptingOptions *
forCreate:bool *
expectedObjectTypes:string[] *
forceCheckNameAndManipulateIfRequired:bool -> string
protected function GetTextForScript(
so : ScriptingOptions,
forCreate : boolean,
expectedObjectTypes : String[],
forceCheckNameAndManipulateIfRequired : boolean
) : String
Parametri
- so
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions
A ScriptingOptions object.
- forCreate
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the script is used to create database objects.
- expectedObjectTypes
Tipo: array<System. . :: . .String> [] () [] []
An array of strings that specify the expected object types.
- forceCheckNameAndManipulateIfRequired
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether to check for correctness and modify if required.
Valore restituito
Tipo: System. . :: . .String
A string value that contains the script.
Vedere anche