IViewType.Guid Property

 

Applies To: SQL Server 2016 Preview

Gets the unique identifier of the view type.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

Guid Guid { get; }
property Guid Guid {
    Guid get();
}
abstract Guid : Guid with get
ReadOnly Property Guid As Guid

Property Value

Type: System.Guid

Returns a unique identifier for the view type.

See Also

IViewType Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top