Compartir a través de


ForReplication Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property ForReplication As Boolean
    Get
'Uso
Dim instance As IStoredProcedure
Dim value As Boolean

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

Valor de la propiedad

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