Propriedade FullTextCrawlRangeMax
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Property FullTextCrawlRangeMax As Integer
Get
Set
'Uso
Dim instance As ServerAdapterBase
Dim value As Integer
value = instance.FullTextCrawlRangeMax
instance.FullTextCrawlRangeMax = value
public int FullTextCrawlRangeMax { get; set; }
public:
virtual property int FullTextCrawlRangeMax {
int get () sealed;
void set (int value) sealed;
}
abstract FullTextCrawlRangeMax : int with get, set
override FullTextCrawlRangeMax : int with get, set
final function get FullTextCrawlRangeMax () : int
final function set FullTextCrawlRangeMax (value : int)
Valor da propriedade
Tipo: System. . :: . .Int32
Consulte também