Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Properties As ObjectProperty()
Get
Set
'Usage
Dim instance As ObjectInfo
Dim value As ObjectProperty()
value = instance.Properties
instance.Properties = value
public ObjectProperty[] Properties { get; set; }
public:
property array<ObjectProperty^>^ Properties {
array<ObjectProperty^>^ get ();
void set (array<ObjectProperty^>^ value);
}
member Properties : ObjectProperty[] with get, set
function get Properties () : ObjectProperty[]
function set Properties (value : ObjectProperty[])
Property Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
The properties of the object.