Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the event source declaration name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SourceDeclaration As SourceDeclaration
Get
Set
'Usage
Dim instance As EventDeclarationCompareFunctionParameter
Dim value As SourceDeclaration
value = instance.SourceDeclaration
instance.SourceDeclaration = value
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.SqlServer.TransactSql.ScriptDom.SourceDeclaration
The event source declaration name.