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.BooleanA 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.
