SPColumnDefinition members
Include protected members
Include inherited members
定義資料存放區中的欄,以定義的提供者結構描述。
The SPColumnDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPColumnDefinition(String, SqlDbType) | 具現化SPColumnDefinition類別的新執行個體,並提供新的資料行的名稱和 SQL 資料型別。 |
![]() |
SPColumnDefinition(String, SqlDbType, Int32) | 具現化SPColumnDefinition類別的新執行個體,並提供新的資料行名稱、 SQL 資料類型及大小。 |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | 取得資料行名稱。 |
![]() |
Size | 會取得資料行大小,位元組數。 |
![]() |
Type | 取得資料行 SQL 資料型別。 |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | 會指出這個執行個體和指定的物件是否相等。 (Overrides ValueType.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | 擷取的雜湊程式碼。 (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | 會傳回字串表示的資料行名稱和類型名稱。 (Overrides ValueType.ToString().) |
Top