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