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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.