This topic has not yet been rated - Rate this topic

StoredProcedure.ForReplication Property

Gets or sets the Boolean property value that specifies whether the stored procedure is available for replication.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)]
public bool ForReplication { get; set; }

Property Value

Type: System.Boolean
A Boolean value that specifies the whether the stored procedure is available for publishing by Microsoft SQL Server replication services.If True, the stored procedure is available for replication.If False (default), the stored procedure is not available for replication.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.