Column.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 Column
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
지정된 열의 이름입니다.