FullTextNotifyBandwidthMax 속성
Gets or sets the value of the FullTextNotifyBandwidthMax property.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Property FullTextNotifyBandwidthMax As Integer
Get
Set
‘사용 방법
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.FullTextNotifyBandwidthMax
instance.FullTextNotifyBandwidthMax = value
int FullTextNotifyBandwidthMax { get; set; }
property int FullTextNotifyBandwidthMax {
int get ();
void set (int value);
}
abstract FullTextNotifyBandwidthMax : int with get, set
function get FullTextNotifyBandwidthMax () : int
function set FullTextNotifyBandwidthMax (value : int)