Compartilhar via


Propriedade IDatabaseReferenceNode.IncludeStatement

Obtém a instrução include para esse nó.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
ReadOnly Property IncludeStatement As String
    Get
string IncludeStatement { get; }
property String^ IncludeStatement {
    String^ get ();
}
abstract IncludeStatement : string
function get IncludeStatement () : String

Valor de propriedade

Tipo: System.String

Comentários

A instrução include é o identificador exclusivo de referências.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseReferenceNode Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project