Compartilhar via


Propriedade do RDL ISnapshotGenerationAgent.DynamicFilterLogin

Gets or sets the value supplied to the SUSER_SNAME function used in a parameterized row filter.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Property DynamicFilterLogin As String 
    Get 
    Set
'Uso
Dim instance As ISnapshotGenerationAgent 
Dim value As String 

value = instance.DynamicFilterLogin

instance.DynamicFilterLogin = value
string DynamicFilterLogin { get; set; }
property String^ DynamicFilterLogin {
    String^ get ();
    void set (String^ value);
}
abstract DynamicFilterLogin : string with get, set
function get DynamicFilterLogin () : String 
function set DynamicFilterLogin (value : String)

Valor da propriedade

Tipo: System.String
The value supplied to the SUSER_SNAME function.

Consulte também

Referência

ISnapshotGenerationAgent Interface

Namespace Microsoft.SqlServer.Replication