This topic has not yet been rated - Rate this topic

IViewOptions.ReturnsViewMetadata Property

SQL Server 2012

Gets the Boolean value that determines whether the metadata is returned with the view data.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("View_ReturnsViewMetadataDesc")]
[DisplayNameKeyAttribute("View_ReturnsViewMetadataName")]
bool ReturnsViewMetadata { get; }

Property Value

Type: System.Boolean
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.