IViewType.Guid 속성

Gets the unique identifier of the view type.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property Guid As Guid 
    Get
‘사용 방법
Dim instance As IViewType 
Dim value As Guid 

value = instance.Guid
Guid Guid { get; }
property Guid Guid {
    Guid get ();
}
abstract Guid : Guid
function get Guid () : Guid

속성 값

유형: System.Guid
Returns a unique identifier for the view type.

참고 항목

참조

IViewType 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스