Partager via


Propriété ForReplication

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property ForReplication As Boolean
    Get
'Utilisation
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

Valeur de propriété

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