EventDeclarationCompareFunctionParameter.SourceDeclaration Property

Gets or sets the event source declaration name.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property SourceDeclaration As SourceDeclaration
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.SourceDeclaration
Returns a SourceDeclaration.

.NET Framework Security

See Also

Reference

EventDeclarationCompareFunctionParameter Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace