ScalarMiningStructureColumn.Type Property
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")> _
<XmlElementAttribute(IsNullable:=False)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property Type As String
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable=false)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public string Type { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable=false)]
[RefreshPropertiesAttribute(RefreshProperties::All)]
public:
property String^ Type {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Type ()
/** @property */
public void set_Type (String value)
public function get Type () : String
public function set Type (value : String)
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ScalarMiningStructureColumn Class
ScalarMiningStructureColumn Members
Microsoft.AnalysisServices Namespace