IViewOptions.Name 속성

Gets or sets the name of the view.

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

구문

‘선언
<DisplayNameKeyAttribute("NamedSmoObject_NameName")> _
<DisplayDescriptionKeyAttribute("NamedSmoObject_NameDesc")> _
ReadOnly Property Name As String 
    Get
‘사용 방법
Dim instance As IViewOptions 
Dim value As String 

value = instance.Name
[DisplayNameKeyAttribute("NamedSmoObject_NameName")]
[DisplayDescriptionKeyAttribute("NamedSmoObject_NameDesc")]
string Name { get; }
[DisplayNameKeyAttribute(L"NamedSmoObject_NameName")]
[DisplayDescriptionKeyAttribute(L"NamedSmoObject_NameDesc")]
property String^ Name {
    String^ get ();
}
[<DisplayNameKeyAttribute("NamedSmoObject_NameName")>]
[<DisplayDescriptionKeyAttribute("NamedSmoObject_NameDesc")>]
abstract Name : string
function get Name () : String

속성 값

유형: System.String
A String value that contains the name of the view.

참고 항목

참조

IViewOptions 인터페이스

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