Freigeben über


ISqlView.IsMetadataReported-Eigenschaft

Ruft einen Wert ab, der das VIEW_METADATA-Attribut modelliert, oder legt den Wert fest.

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

Syntax

'Declaration
Property IsMetadataReported As Boolean
    Get
    Set
bool IsMetadataReported { get; set; }
property bool IsMetadataReported {
    bool get ();
    void set (bool value);
}
abstract IsMetadataReported : bool with get, set
function get IsMetadataReported () : boolean
function set IsMetadataReported (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlView Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace