Udostępnij przez


IViewOptions.ReturnsViewMetadata Property

Gets the Boolean value that determines whether the metadata is returned with the view data. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("View_ReturnsViewMetadataDesc")> _
<DisplayNameKeyAttribute("View_ReturnsViewMetadataName")> _
ReadOnly Property ReturnsViewMetadata As Boolean
[DisplayDescriptionKeyAttribute("View_ReturnsViewMetadataDesc")] 
[DisplayNameKeyAttribute("View_ReturnsViewMetadataName")] 
bool ReturnsViewMetadata { get; }
[DisplayDescriptionKeyAttribute(L"View_ReturnsViewMetadataDesc")] 
[DisplayNameKeyAttribute(L"View_ReturnsViewMetadataName")] 
property bool ReturnsViewMetadata {
    bool get ();
}
/** @property */
boolean get_ReturnsViewMetadata ()
function get ReturnsViewMetadata () : boolean

Property Value

A Boolean value that determines whether the metadata is returned with the view data. If True, the metadata is returned with the view data. Otherwise, False.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.