GetTextForScript 메서드 (ScriptingOptions, Boolean, String[], Boolean)
Gets the text of script object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Function GetTextForScript ( _
so As ScriptingOptions, _
forCreate As Boolean, _
expectedObjectTypes As String(), _
forceCheckNameAndManipulateIfRequired As Boolean _
) As String
‘사용 방법
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
매개 변수
- forCreate
유형: System. . :: . .Boolean
A Boolean value that specifies whether the script is used to create database objects.
- expectedObjectTypes
유형: array<System. . :: . .String> [] () [] []
An array of strings that specify the expected object types.
- forceCheckNameAndManipulateIfRequired
유형: System. . :: . .Boolean
A Boolean value that specifies whether to check for correctness and modify if required.
반환 값
유형: System. . :: . .String
A string value that contains the script.