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 命名空间