IndexColumn.Name 속성

현재 인덱스의 열 이름을 가져옵니다.

네임스페이스:  Microsoft.SqlServerCe.Management.Scripting.Schema
어셈블리:  Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)

구문

‘선언
Public Property Name As String
    Get
    Private Set
‘사용 방법
Dim instance As IndexColumn
Dim value As String

value = instance.Name
public string Name { get; private set; }
public:
property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)

속성 값

유형: System.String

참고 항목

참조

IndexColumn 클래스

Microsoft.SqlServerCe.Management.Scripting.Schema 네임스페이스