InsertSpecification.InsertSource 속성

Gets or sets the insert source, which can be ValuesInsertSource, SelectInsertSource, or ExecuteInsertSource.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property InsertSource As InsertSource 
    Get 
    Set
‘사용 방법
Dim instance As InsertSpecification 
Dim value As InsertSource 

value = instance.InsertSource

instance.InsertSource = value
public InsertSource InsertSource { get; set; }
public:
property InsertSource^ InsertSource {
    InsertSource^ get ();
    void set (InsertSource^ value);
}
member InsertSource : InsertSource with get, set
function get InsertSource () : InsertSource 
function set InsertSource (value : InsertSource)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSource
The insert source.

참고 항목

참조

InsertSpecification 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스