IExplorerView.ViewDescriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Explorer to view the descriptor.
public:
property Microsoft::SqlServer::Management::IExplorerViewDescriptor ^ ViewDescriptor { Microsoft::SqlServer::Management::IExplorerViewDescriptor ^ get(); void set(Microsoft::SqlServer::Management::IExplorerViewDescriptor ^ value); };
public Microsoft.SqlServer.Management.IExplorerViewDescriptor ViewDescriptor { get; set; }
member this.ViewDescriptor : Microsoft.SqlServer.Management.IExplorerViewDescriptor with get, set
Public Property ViewDescriptor As IExplorerViewDescriptor
Property Value
The Explorer to view the descriptor.