Column.StatisticalSemantics プロパティ
セマンティックな抽出とインデックス作成に列が対応しているかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property StatisticalSemantics As Integer
Get
'使用
Dim instance As Column
Dim value As Integer
value = instance.StatisticalSemantics
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int StatisticalSemantics { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int StatisticalSemantics {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StatisticalSemantics : int
function get StatisticalSemantics () : int
プロパティ値
型: System.Int32
セマンティックな抽出とインデックス作成に列が対応している場合は True、それ以外の場合は False です。