IDTSExecuteProcess.WindowStyle 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the style of the window to run the process in.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
어셈블리: Microsoft.SqlServer.ExecProcTask(Microsoft.SqlServer.ExecProcTask.dll)
구문
‘선언
Property WindowStyle As ProcessWindowStyle
Get
Set
‘사용 방법
Dim instance As IDTSExecuteProcess
Dim value As ProcessWindowStyle
value = instance.WindowStyle
instance.WindowStyle = value
ProcessWindowStyle WindowStyle { get; set; }
property ProcessWindowStyle WindowStyle {
ProcessWindowStyle get ();
void set (ProcessWindowStyle value);
}
abstract WindowStyle : ProcessWindowStyle with get, set
function get WindowStyle () : ProcessWindowStyle
function set WindowStyle (value : ProcessWindowStyle)
속성 값
유형: System.Diagnostics.ProcessWindowStyle
A ProcessWindowStyle enumeration value indicating how the window appears when the process runs.
주의
Valid values include Normal, Maximized, Minimized or Hidden. For more information, see ProcessWindowStyle Enumeration in the .NET Framework Class Library.