Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets or sets the columns. If this is used inside ALTER AUTHORIZATION, there can't be any columns. Optional may have zero elements.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As IList(Of Identifier)
Get
'Usage
Dim instance As SecurityTargetObject
Dim value As IList(Of Identifier)
value = instance.Columns
public IList<Identifier> Columns { get; }
public:
property IList<Identifier^>^ Columns {
IList<Identifier^>^ get ();
}
member Columns : IList<Identifier>
function get Columns () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The columns.