DeleteStatement.DeleteSpecification 속성

Gets or sets the delete specification.

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

구문

‘선언
Public Property DeleteSpecification As DeleteSpecification 
    Get 
    Set
‘사용 방법
Dim instance As DeleteStatement 
Dim value As DeleteSpecification 

value = instance.DeleteSpecification

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.DeleteSpecification
The delete specification.

참고 항목

참조

DeleteStatement 클래스

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