共用方式為


SPColumnDefinition members

Include protected members
Include inherited members

定義資料存放區中的欄,以定義的提供者結構描述。

The SPColumnDefinition type exposes the following members.

Constructors

  Name Description
Public method SPColumnDefinition(String, SqlDbType) 具現化SPColumnDefinition類別的新執行個體,並提供新的資料行的名稱和 SQL 資料型別。
Public method SPColumnDefinition(String, SqlDbType, Int32) 具現化SPColumnDefinition類別的新執行個體,並提供新的資料行名稱、 SQL 資料類型及大小。

Top

Properties

  Name Description
Public property Name 取得資料行名稱。
Public property Size 會取得資料行大小,位元組數。
Public property Type 取得資料行 SQL 資料型別。

Top

Methods

  Name Description
Public method Equals 會指出這個執行個體和指定的物件是否相等。 (Overrides ValueType.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode 擷取的雜湊程式碼。 (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString 會傳回字串表示的資料行名稱和類型名稱。 (Overrides ValueType.ToString().)

Top

請參閱

參照

SPColumnDefinition structure

Microsoft.SharePoint.Administration namespace