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 Kind As PropertyAlias.AliasKind
Get
Set
'Usage
Dim instance As PropertyAlias
Dim value As PropertyAlias.AliasKind
value = instance.Kind
instance.Kind = value
public PropertyAlias.AliasKind Kind { get; set; }
public:
property PropertyAlias.AliasKind Kind {
PropertyAlias.AliasKind get ();
void set (PropertyAlias.AliasKind value);
}
member Kind : PropertyAlias.AliasKind with get, set
function get Kind () : PropertyAlias.AliasKind
function set Kind (value : PropertyAlias.AliasKind)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias.AliasKind
The kind of alias used by the property.