EventDeclarationCompareFunctionParameter.SourceDeclaration (Propiedad)

Obtiene o establece el nombre de la declaración de origen de evento.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SourceDeclaration
Devuelve un objeto SourceDeclaration.

Seguridad de .NET Framework

Vea también

Referencia

EventDeclarationCompareFunctionParameter Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)