IViewOptions.ID 속성

Gets the ID value that uniquely identifies the view.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("View_IDDesc")> _
<DisplayNameKeyAttribute("View_IDName")> _
ReadOnly Property ID As Integer 
    Get
‘사용 방법
Dim instance As IViewOptions 
Dim value As Integer 

value = instance.ID
[DisplayDescriptionKeyAttribute("View_IDDesc")]
[DisplayNameKeyAttribute("View_IDName")]
int ID { get; }
[DisplayDescriptionKeyAttribute(L"View_IDDesc")]
[DisplayNameKeyAttribute(L"View_IDName")]
property int ID {
    int get ();
}
[<DisplayDescriptionKeyAttribute("View_IDDesc")>]
[<DisplayNameKeyAttribute("View_IDName")>]
abstract ID : int
function get ID () : int

속성 값

유형: System.Int32
An Int32 value that uniquely identifies the view.

참고 항목

참조

IViewOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스