ITableOptions.Replicated Property
Gets the Boolean value that determines whether the table is replicated. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Table_ReplicatedDesc")> _
<DisplayNameKeyAttribute("Table_ReplicatedName")> _
ReadOnly Property Replicated As Boolean
[DisplayDescriptionKeyAttribute("Table_ReplicatedDesc")]
[DisplayNameKeyAttribute("Table_ReplicatedName")]
bool Replicated { get; }
[DisplayDescriptionKeyAttribute(L"Table_ReplicatedDesc")]
[DisplayNameKeyAttribute(L"Table_ReplicatedName")]
property bool Replicated {
bool get ();
}
/** @property */
boolean get_Replicated ()
function get Replicated () : boolean
Property Value
A Boolean value that determines whether the table is replicated. If True, the table is replicated. Otherwise, False.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.