Freigeben über


IFileDataRetriever.AbsoluteSourceFilePath-Eigenschaft

Ruft, wenn in einer abgeleiteten Klasse überschrieben, den absoluten Pfad einer Datei ab, die Teil eines Replikats ist.

Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Syntax

'Declaration
ReadOnly Property AbsoluteSourceFilePath As String
'Usage
Dim instance As IFileDataRetriever
Dim value As String

value = instance.AbsoluteSourceFilePath
string AbsoluteSourceFilePath { get; }
property String^ AbsoluteSourceFilePath {
    String^ get ();
}
/** @property */
String get_AbsoluteSourceFilePath ()
function get AbsoluteSourceFilePath () : String

Eigenschaftenwert

Der absolute Pfad zu einer Datei, die Teil eines Replikats ist.

Hinweise

Diese Methode ist nicht erforderlich. Lösen Sie eine Ausnahme des Typs NotImplementedException aus, wenn diese Methode nicht implementiert wird.

Siehe auch

Verweis

IFileDataRetriever-Schnittstelle
IFileDataRetriever-Member
Microsoft.Synchronization.Files-Namespace