Propriété UseExistingFile
Gets the Boolean status of use existing file property of the ConnectionInfo object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UseExistingFile As Boolean
Get
'Utilisation
Dim instance As ConnectionInfo
Dim value As Boolean
value = instance.UseExistingFile
public bool UseExistingFile { get; }
public:
property bool UseExistingFile {
bool get ();
}
member UseExistingFile : bool
function get UseExistingFile () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if UseExistingFile; otherwise, false.