SV_Property_Description_IsForReplication Property

Looks up a localized string similar to Whether the stored procedure is used as a filter and only executed during replication..

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property SV_Property_Description_IsForReplication As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.SV_Property_Description_IsForReplication
public static string SV_Property_Description_IsForReplication { get; }
public:
static property String^ SV_Property_Description_IsForReplication {
    String^ get ();
}
static member SV_Property_Description_IsForReplication : string
static function get SV_Property_Description_IsForReplication () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace