IScriptFactory.CreateNewBlankScript 메서드

정의

오버로드

CreateNewBlankScript(ScriptType)
CreateNewBlankScript(ScriptType, UIConnectionGroupInfo, IDbConnection)
CreateNewBlankScript(ScriptType, UIConnectionInfo, IDbConnection)

CreateNewBlankScript(ScriptType)

public:
 System::Object ^ CreateNewBlankScript(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::ScriptType scriptType);
public object CreateNewBlankScript (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType scriptType);
abstract member CreateNewBlankScript : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType -> obj
Public Function CreateNewBlankScript (scriptType As ScriptType) As Object

매개 변수

scriptType
ScriptType

반환

적용 대상

CreateNewBlankScript(ScriptType, UIConnectionGroupInfo, IDbConnection)

public:
 System::Object ^ CreateNewBlankScript(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::ScriptType scriptType, Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ group, System::Data::IDbConnection ^ liveCon);
public object CreateNewBlankScript (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType scriptType, Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo group, System.Data.IDbConnection liveCon);
abstract member CreateNewBlankScript : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType * Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo * System.Data.IDbConnection -> obj
Public Function CreateNewBlankScript (scriptType As ScriptType, group As UIConnectionGroupInfo, liveCon As IDbConnection) As Object

매개 변수

scriptType
ScriptType
liveCon
IDbConnection

반환

적용 대상

CreateNewBlankScript(ScriptType, UIConnectionInfo, IDbConnection)

public:
 System::Object ^ CreateNewBlankScript(Microsoft::SqlServer::Management::UI::VSIntegration::Editors::ScriptType scriptType, Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci, System::Data::IDbConnection ^ liveCon);
public object CreateNewBlankScript (Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType scriptType, Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci, System.Data.IDbConnection liveCon);
abstract member CreateNewBlankScript : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptType * Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * System.Data.IDbConnection -> obj
Public Function CreateNewBlankScript (scriptType As ScriptType, ci As UIConnectionInfo, liveCon As IDbConnection) As Object

매개 변수

scriptType
ScriptType
liveCon
IDbConnection

반환

적용 대상