RootPath Propiedad
Gets or sets the path to the operating system directory that is used as the primary path for Microsoft Search full-text catalog storage.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property RootPath As String
Get
Set
'Uso
Dim instance As FullTextCatalog
Dim value As String
value = instance.RootPath
instance.RootPath = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string RootPath { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ RootPath {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member RootPath : string with get, set
function get RootPath () : String
function set RootPath (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the path to the operating system directory that is used as the primary path for full-text storage.