Partilhar via


Propriedade do RDL ForReplication

Gets or sets a value that indicates whether the stored procedure is available for replication

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property ForReplication As Boolean
    Get
    Set
'Uso
Dim instance As IMutableStoredProcedure
Dim value As Boolean

value = instance.ForReplication

instance.ForReplication = value
bool ForReplication { get; set; }
property bool ForReplication {
    bool get ();
    void set (bool value);
}
abstract ForReplication : bool with get, set
function get ForReplication () : boolean
function set ForReplication (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the stored procedure is available for replication; otherwise, false.

Implementa

IStoredProcedure. . :: . .ForReplication