Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value supplied to the HOST_NAME function used in a parameterized row filter.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property DynamicFilterHostName As String
Get
Set
'Usage
Dim instance As ISnapshotGenerationAgent
Dim value As String
value = instance.DynamicFilterHostName
instance.DynamicFilterHostName = value
string DynamicFilterHostName { get; set; }
property String^ DynamicFilterHostName {
String^ get ();
void set (String^ value);
}
abstract DynamicFilterHostName : string with get, set
function get DynamicFilterHostName () : String
function set DynamicFilterHostName (value : String)
Property Value
Type: System.String
The value supplied to the HOST_NAME function.