次の方法で共有


ServerAdapterBase.FullTextCrawlBandwidthMax プロパティ

参照されたプロパティの値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Property FullTextCrawlBandwidthMax As Integer 
    Get 
    Set
'使用
Dim instance As ServerAdapterBase 
Dim value As Integer 

value = instance.FullTextCrawlBandwidthMax

instance.FullTextCrawlBandwidthMax = value
public int FullTextCrawlBandwidthMax { get; set; }
public:
virtual property int FullTextCrawlBandwidthMax {
    int get () sealed;
    void set (int value) sealed;
}
abstract FullTextCrawlBandwidthMax : int with get, set 
override FullTextCrawlBandwidthMax : int with get, set
final function get FullTextCrawlBandwidthMax () : int 
final function set FullTextCrawlBandwidthMax (value : int)

プロパティ値

型: System.Int32
参照されたプロパティ オプションの値を含む Int32 値です。

関連項目

参照

ServerAdapterBase クラス

Microsoft.SqlServer.Management.Smo 名前空間