Cube.Collation Property
Cube の照合文字列を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.CollationPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(IsNullable:=False)> _
Public Property Collation As String
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.CollationPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(IsNullable=false)]
public string Collation { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.CollationTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute(L"Microsoft.AnalysisServices.Design.CollationPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(IsNullable=false)]
public:
property String^ Collation {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Collation ()
/** @property */
public void set_Collation (String value)
public function get Collation () : String
public function set Collation (value : String)
プロパティ値
照合の種類の説明です。
解説
照合は、特定の言語およびロケールの規範に基づいて文字列データの並べ替えおよび比較を行うための規則を指定します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
Cube Class
Cube Members
Microsoft.AnalysisServices Namespace