InsertStatement.InsertSpecification 속성

Get or sets the insert specification.

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

구문

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

value = instance.InsertSpecification

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSpecification
The insert specification.

참고 항목

참조

InsertStatement 클래스

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