Propriedade do RDL FullTextNotifyBandwidthMax
Gets or sets the value of the FullTextNotifyBandwidthMax property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Property FullTextNotifyBandwidthMax As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Int32
Int32
Consulte também