コレクション内の SyncSchemaForeignKey オブジェクトの数を取得します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (microsoft.synchronization.data.dll 内)
構文
'宣言
Public ReadOnly Property Count As Integer
'使用
Dim instance As SyncSchemaForeignKeys
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
/** @property */
public int get_Count ()
public function get Count () : int
プロパティ値
コレクション内の SyncSchemaForeignKey オブジェクトの数。
参照
リファレンス
SyncSchemaForeignKeys クラス
SyncSchemaForeignKeys メンバー
Microsoft.Synchronization.Data 名前空間