Właściwość MergeSynchronizationAgent.InputMessageFile
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Overridable Property InputMessageFile As String
Get
Set
'Użycie
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.InputMessageFile
instance.InputMessageFile = value
public virtual string InputMessageFile { get; set; }
public:
virtual property String^ InputMessageFile {
String^ get ();
void set (String^ value);
}
abstract InputMessageFile : string with get, set
override InputMessageFile : string with get, set
function get InputMessageFile () : String
function set InputMessageFile (value : String)
Wartość właściwości
Typ: System.String
Implementacje
Zobacz także