共用方式為


EventDeclarationCompareFunctionParameter.SourceDeclaration 屬性

取得或設定事件來源宣告名稱。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property SourceDeclaration As SourceDeclaration
    Get
    Set
public SourceDeclaration SourceDeclaration { get; set; }
public:
property SourceDeclaration^ SourceDeclaration {
    SourceDeclaration^ get ();
    void set (SourceDeclaration^ value);
}
member SourceDeclaration : SourceDeclaration with get, set
function get SourceDeclaration () : SourceDeclaration
function set SourceDeclaration (value : SourceDeclaration)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.SourceDeclaration
傳回 SourceDeclaration

.NET Framework 安全性

請參閱

參考

EventDeclarationCompareFunctionParameter 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間