Classe View
The View object represents a SQL Server view.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .ScriptNameObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .ScriptSchemaObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .TableViewTableTypeBase
Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
Microsoft.SqlServer.Management.Smo..::..View
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
Public NotInheritable Class View _
Inherits TableViewBase _
Implements ISfcSupportsDesignMode, IColumnPermission, IObjectPermission, ICreatable, _
IAlterable, IDroppable, IRenamable, IExtendedProperties, ITextObject, _
IViewOptions, IDmfFacet
'Utilizzo
Dim instance As View
[PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
public sealed class View : TableViewBase, ISfcSupportsDesignMode,
IColumnPermission, IObjectPermission, ICreatable, IAlterable, IDroppable,
IRenamable, IExtendedProperties, ITextObject, IViewOptions, IDmfFacet
[PhysicalFacetAttribute(PhysicalFacetOptions::ReadOnly)]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
public ref class View sealed : public TableViewBase,
ISfcSupportsDesignMode, IColumnPermission, IObjectPermission, ICreatable, IAlterable,
IDroppable, IRenamable, IExtendedProperties, ITextObject, IViewOptions,
IDmfFacet
[<SealedAttribute>]
[<PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
type View =
class
inherit TableViewBase
interface ISfcSupportsDesignMode
interface IColumnPermission
interface IObjectPermission
interface ICreatable
interface IAlterable
interface IDroppable
interface IRenamable
interface IExtendedProperties
interface ITextObject
interface IViewOptions
interface IDmfFacet
end
public final class View extends TableViewBase implements ISfcSupportsDesignMode, IColumnPermission, IObjectPermission, ICreatable, IAlterable, IDroppable, IRenamable, IExtendedProperties, ITextObject, IViewOptions, IDmfFacet
Nel tipo View sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
View() () () () | Initializes a new instance of the View object. | |
View(Database, String) | Initializes a new instance of the View object on the specified database and with the specified name. | |
View(Database, String, String) | Initializes a new instance of the View object on the specified database and with the specified name and schema. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AnsiNullsStatus | Gets the Boolean property value that specifies whether ISO NULL handling is enabled on the view. | |
Columns | Ottiene una raccolta di colonne. Ereditato da TableViewTableTypeBase. | |
CreateDate | Gets the time and date when the view was created. | |
DateLastModified | Gets the time and date when the view was last modified. | |
Events | Gets the events associated with the view. | |
ExecuteForScalar | Ottiene o imposta il valore della proprietà Boolean che specifica se l'oggetto viene impostato su Esegui per l'opzione scalare. Ereditato da SqlSmoObject. | |
ExtendedProperties | Ottiene una raccolta di proprietà estese. Ereditato da TableViewTableTypeBase. | |
FullTextIndex | Gets the full text index on the table or view. Ereditato da TableViewBase. | |
HasAfterTrigger | Gets the Boolean property value that specifies whether the view has any after triggers. | |
HasColumnSpecification | Gets the Boolean property that specifies whether the view has a column specification. | |
HasDeleteTrigger | Gets the Boolean property value that specifies whether the view has a delete trigger. | |
HasIndex | Gets the Boolean property value that specifies whether the view has at least one index. | |
HasInsertTrigger | Gets the Boolean property value that specifies whether the view has an insert trigger. | |
HasInsteadOfTrigger | Gets the Boolean property value that specifies whether the view has any instead of triggers. | |
HasUpdateTrigger | Gets the Boolean property value that specifies whether the view has at least one update trigger. | |
ID | Gets the ID value that uniquely identifies the view. | |
Indexes | Gets the IndexCollection object. Esegue l'override di TableViewTableTypeBase. . :: . .Indexes. | |
IsEncrypted | Gets or sets the Boolean property that specifies whether the view is encrypted. | |
IsIndexable | Gets the Boolean property that specifies whether it is possible to place an index on the view. | |
IsSchemaBound | Gets or sets the Boolean property that specifies whether a schema is bound to the view. | |
IsSchemaOwned | Gets a Boolean value that indicates whether the View object is owned by a schema. | |
IsSystemObject | Gets the Boolean property value that specifies whether the view is a system object. | |
IsTouched | Ottiene il valore della proprietà Boolean che specifica se le proprietà dell'oggetto sono state aggiornate ma non sono ancora persistenti nel server. Ereditato da SqlSmoObject. | |
Name | Ottiene o imposta un valore String che specifica il nome del tipo di tabella della vista. Ereditato da TableViewTableTypeBase. | |
ObjectInSpace | Ottiene il valore della proprietà Boolean che specifica se l'oggetto esiste in isolamento o se è connesso direttamente o indirettamente all'istanza di SQL Server. Ereditato da SqlSmoObject. | |
Owner | Gets the name of the owner of the UserDefinedType object. | |
Parent | Gets the Database object that is the parent of the View object. | |
Properties | Ottiene una raccolta di oggetti Property che rappresentano le proprietà dell'oggetto. Ereditato da SqlSmoObject. | |
QuotedIdentifierStatus | Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules. | |
ReturnsViewMetadata | Gets or sets a Boolean property value that specifies whether the view returns metadata. | |
ScalarResult | Ottiene il risultato scalare per l'oggetto a cui si fa riferimento. Ereditato da SqlSmoObject. | |
Schema | Ottiene o imposta un valore String che specifica il nome dello schema che contiene il tipo di tabella della vista. Ereditato da TableViewTableTypeBase. | |
State | Gets the state of the referenced object. Ereditato da SmoObjectBase. | |
Statistics | Represents a collection of Statistic objects. Each Statistic object represents a statistic counter that is defined on the table or view. Ereditato da TableViewBase. | |
TextBody | Gets or sets the Transact-SQL string that defines the view. | |
TextHeader | Gets or sets the header part of the Transact-SQL string that defines the view. | |
TextMode | Gets or sets the Boolean property that specifies whether the text header is editable as text. | |
Triggers | Represents a collection of Trigger objects. Each Trigger object represents a trigger that is defined on the table or view. Ereditato da TableViewBase. | |
Urn | Ottiene il valore dell'indirizzo URN (Uniform Resource Name) che identifica in modo univoco l'oggetto. Ereditato da SqlSmoObject. | |
UserData | Gets or sets user-defined data associated with the referenced object. Ereditato da SmoObjectBase. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddDatabaseContext(StringCollection) | Aggiungere il contesto del database alla raccolta di query identificate dal parametro queries. Ereditato da SqlSmoObject. | |
AddDatabaseContext(StringCollection, ScriptingOptions) | Aggiungere il contesto del database alla raccolta di query identificate dal parametro queries e utilizzando le opzioni di scripting specificate. Ereditato da SqlSmoObject. | |
Alter | Updates any View object property changes on the instance of Microsoft SQL Server. | |
AlterImpl | Attiva l'evento modificato dall'oggetto. Ereditato da SqlSmoObject. | |
AlterImplFinish | Metodo chiamato quando l'evento modificato dall'oggetto viene completato. Ereditato da SqlSmoObject. | |
AlterImplInit | Metodo chiamato quando l'evento modificato dall'oggetto viene inizializzato. Ereditato da SqlSmoObject. | |
AlterImplWorker | Chiama i metodi Alter. Ereditato da SqlSmoObject. | |
AppendCommaText | Appends text, optionally separated by a comma. Ereditato da ScriptNameObjectBase. | |
AppendWithCommaText | Appends text, optionally separated by a comma. Ereditato da ScriptNameObjectBase. | |
AppendWithOption | Appends text and option text separated from the main text with a “WITH” string and optionally separated by a comma. Ereditato da ScriptNameObjectBase. | |
AutoGenerateName | Generates a name based on the object Guid. Ereditato da ScriptNameObjectBase. | |
BindDefaultImpl | Associa gli elementi predefiniti identificati dai parametri. Ereditato da SqlSmoObject. | |
BindRuleImpl | Associa lo schema della regola alla regola e alle colonne identificate dai parametri. Ereditato da SqlSmoObject. | |
ChangeSchema | Changes the schema for the view. | |
CheckCollation | Verifica l'ordine delle opzioni di scripting mediante il metodo delle regole di confronto identificato dal parametro collationName. Ereditato da SqlSmoObject. | |
CheckObjectDirty | Checks whether object has been modified and not persisted. Ereditato da ScriptNameObjectBase. | |
CheckObjectState() () () () | Convalida lo stato dell'oggetto a cui si fa riferimento. Ereditato da SqlSmoObject. | |
CheckObjectState(Boolean) | Convalida lo stato dell'oggetto a cui si fa riferimento con l'opzione che specifica di generare un'eccezione se l'oggetto non è stato ancora creato. Ereditato da SqlSmoObject. | |
CheckObjectStateImpl | Verifica lo stato di un oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
CheckTextCorectness | Checks text for correctness against the parameters. Ereditato da ScriptNameObjectBase. | |
CheckTextModeSupport | Checks mode of support. Ereditato da ScriptNameObjectBase. | |
CheckVersion100 | Verifica se la versione di SQL Server è SQL Server 2008. Ereditato da SqlSmoObject. | |
CheckVersion80 | Verifica la validità dell'oggetto in SQL Server 2000. Ereditato da SqlSmoObject. | |
CheckVersion80SP3 | Verifica la validità dell'oggetto in SQL Server 2000 SP3. Ereditato da SqlSmoObject. | |
CheckVersion90 | Verificare la validità dell'oggetto in SQL Server 2005. Ereditato da SqlSmoObject. | |
CheckVersionBelow90 | Verifica se la versione di SQL Server è precedente a SQL Server 2005. Ereditato da SqlSmoObject. | |
CleanObject | Cleans the referenced object. Ereditato da ScriptNameObjectBase. | |
Create | Creates a view on the instance of SQL Server as defined by the View object. | |
CreateImpl | Crea un oggetto con opzioni di scripting. Ereditato da SqlSmoObject. | |
CreateImplFinish | Metodo chiamato quando l'evento Create viene completato. Ereditato da SqlSmoObject. | |
CreateImplInit | Metodo chiamato quando l'evento Create viene inizializzato. Ereditato da SqlSmoObject. | |
Deny(ObjectPermissionSet, String) | Denies the specified set of permissions for the specified grantee on the view. | |
Deny(ObjectPermissionSet, array<String> [] () [] []) | Denies the specified set of permissions for the specified grantees on the view. | |
Deny(ObjectPermissionSet, String, Boolean) | Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the view. | |
Deny(ObjectPermissionSet, String, array<String> [] () [] []) | Denies the specified set of permissions to the grantee on the specified columns on the view. | |
Deny(ObjectPermissionSet, array<String> [] () [] [], Boolean) | Denies the specified permission for the specified grantees on the view. | |
Deny(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] []) | Denies the specified set of permissions for the grantees on the specified columns on the view. | |
Deny(ObjectPermissionSet, String, array<String> [] () [] [], Boolean) | Denies the specified set of permissions for the specified grantee and other users that the grantee granted the specified set of permissions on the specified columns on the view. | |
Deny(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean) | Denies the specified set of permissions for the specified grantees and other users that the grantee granted the specified set of permissions on the specified columns on the view. | |
Discover | Individua un elenco di tipo Object. Ereditato da SqlSmoObject. | |
Drop | Removes the view from the database. | |
DropImpl | Elimina un oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
DropImplWorker | Chiama i metodi Drop. Ereditato da SqlSmoObject. | |
EnumColumnPermissions() () () () | Enumerates a list of column permissions for the view. | |
EnumColumnPermissions(String) | Enumerates a list of column permissions for a specified grantee on the view. | |
EnumColumnPermissions(ObjectPermissionSet) | Enumerates a list of column permissions for a specified permission on the view. | |
EnumColumnPermissions(String, ObjectPermissionSet) | Enumerates a list of column permissions for a specified grantee and a specified permission on the view. | |
EnumColumns | Enumerates a list of columns defined in the view. | |
EnumFragmentation() () () () | Enumerates information about fragments of data that are stored in a table or view. Ereditato da TableViewBase. | |
EnumFragmentation(FragmentationOption) | Enumerates information about fragments of data that are stored in a table or view with the option to specify how detailed the results should be. Ereditato da TableViewBase. | |
EnumFragmentation(FragmentationOption, Int32) | Enumerates information about fragments of data that are stored in a table or view on a specified partition, and with the option to specify how detailed the results should be. Ereditato da TableViewBase. | |
EnumObjectPermissions() () () () | Enumerates a list of object permissions for the view. | |
EnumObjectPermissions(String) | Enumerates a list of object permissions for a specified grantee on the view. | |
EnumObjectPermissions(ObjectPermissionSet) | Enumerates a list of object permissions for a specified permission on the view. | |
EnumObjectPermissions(String, ObjectPermissionSet) | Enumerates a list of object permissions for a specified grantee and a specified permission on the view. | |
EnumScriptImpl | Enumera gli script specificati dal parametro so. Ereditato da SqlSmoObject. | |
EnumScriptImplWorker | Chiama i metodi che enumerano gli script specificati dal parametro so. Ereditato da SqlSmoObject. | |
EnumScriptImplWorkerSOChanged | Restituisce una stringa IEnumerable che descrive le opzioni di scripting per un oggetto. Ereditato da SqlSmoObject. | |
Equals | Ereditato da Object. | |
ExecuteNonQuery | Ereditato da SqlSmoObject. | |
Finalize | Ereditato da Object. | |
ForceTextModeOnTextBody | Enforces text mode on the text body. Ereditato da ScriptNameObjectBase. | |
FormatSqlVariant | Formatta un oggetto come tipo SqlVariant. Ereditato da SqlSmoObject. | |
GenerateDataSpaceFileStreamScript | Genera uno script per creare file di dati. Ereditato da SqlSmoObject. | |
GenerateDataSpaceScript | Genera uno script per allocare spazio nel file di dati. Ereditato da SqlSmoObject. | |
GetBindDefaultScript | Ottiene lo script che associa le impostazioni predefinite specificate dai parametri defSchema e defName. Ereditato da SqlSmoObject. | |
GetBindRuleScript | Ottiene lo script che specifica le regole di associazione. Ereditato da SqlSmoObject. | |
GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | Assegna un parametro booleano dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetBoolParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | Assegna una proprietà booleana dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetBraketNameForText | Gets the bracket name. Ereditato da ScriptNameObjectBase. | |
GetDateTimeParameter | Assegna la proprietà datetime dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetDateTimeParameterAsInt | Assegna la proprietà datetime dell'oggetto SqlSmoObject come valore intero se la proprietà datetime è diversa da null. Ereditato da SqlSmoObject. | |
GetDBName | Ottiene il nome del database associato all'oggetto. Ereditato da SqlSmoObject. | |
GetEnumParameter | Assegna una proprietà di enumerazione dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetFragOptionString | Ottiene un oggetto FragmentationOption come valore stringa. Ereditato da SqlSmoObject. | |
GetGuidParameter | Assegna una proprietà Guid dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetHashCode | Ereditato da Object. | |
GetIsSystemNamed | Gets a Boolean value that specifies whether the system is named. Ereditato da ScriptNameObjectBase. | |
GetIsTextDirty | Determines whether the text value is consistent with stored value. Ereditato da ScriptNameObjectBase. | |
GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | Assegna un parametro dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | Assegna un parametro dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetPropValue | Ottiene un valore della proprietà dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetPropValueOptional | Ottiene un valore della proprietà dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetPropValueOptionalAllowNull | Ottiene un valore della proprietà dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetRealValue | Ottiene un valore della proprietà dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetScriptIncludeExists | Gets the script including the test for existence of type being scripted. Ereditato da ScriptNameObjectBase. | |
GetScriptingOptionsForCreate | Ottiene l'oggetto ScriptingOptions per l'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetServerName | Ottiene il nome dell'istanza di SQL Server a cui è associato l'oggetto. Ereditato da SqlSmoObject. | |
GetServerObject | Ottiene il server dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetSqlServerVersionName | Ottiene il nome della versione dell'istanza di SQL Server a cui è associato l'oggetto. Ereditato da SqlSmoObject. | |
GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%) | Assegna un parametro stringa dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetStringParameter(StringBuilder, ScriptingOptions, String, String, Int32%, Boolean) | Assegna un parametro stringa dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetTextBody() () () () | Returns the text body. Ereditato da ScriptNameObjectBase. | |
GetTextBody(Boolean) | Returns the text body. Ereditato da ScriptNameObjectBase. | |
GetTextForScript(ScriptingOptions, Boolean, array<String> [] () [] []) | Gets the text for scripting. Ereditato da ScriptNameObjectBase. | |
GetTextForScript(ScriptingOptions, Boolean, array<String> [] () [] [], Boolean) | Gets the text of script object. Ereditato da ScriptNameObjectBase. | |
GetTextHeader | Returns the text header. Ereditato da ScriptNameObjectBase. | |
GetTextMode | Determines whether the script name is using text mode. Ereditato da ScriptNameObjectBase. | |
GetTextProperty(String) | Gets the property as text. Ereditato da ScriptNameObjectBase. | |
GetTextProperty(String, ScriptingOptions) | Gets the property as text. Ereditato da ScriptNameObjectBase. | |
GetTimeSpanParameterAsInt | Assegna un parametro periodo di tempo dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetType | Ereditato da Object. | |
GetUrnRecursive(StringBuilder) | Assegna un oggetto Urn dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
GetUrnRecursive(StringBuilder, UrnIdOption) | Assegna un oggetto Urn dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
Grant(ObjectPermissionSet, String) | Grants the specified set of permissions to the specified grantee on the view. | |
Grant(ObjectPermissionSet, array<String> [] () [] []) | Grants the specified set of permissions to the specified grantees on the view. | |
Grant(ObjectPermissionSet, String, Boolean) | Grants access to the specified permission and the ability to grant access to other uses for the specified grantee on the view. | |
Grant(ObjectPermissionSet, String, array<String> [] () [] []) | Grants access to the specified permission on the specified columns for the specified grantee on the specified columns on the view. | |
Grant(ObjectPermissionSet, array<String> [] () [] [], Boolean) | Grants access to the specified permission and the ability to grant access to other uses for the specified grantees on the view. | |
Grant(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] []) | Grants the specified set of permissions to the grantees to the specified columns on the view. | |
Grant(ObjectPermissionSet, String, Boolean, String) | Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the view under an assumed role. | |
Grant(ObjectPermissionSet, String, array<String> [] () [] [], Boolean) | Grants the specified permission to the grantee and the ability to grant the specified set of permissions to other users on the specified columns on the view. | |
Grant(ObjectPermissionSet, array<String> [] () [] [], Boolean, String) | Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the view under an assumed role. | |
Grant(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean) | Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the view. | |
Grant(ObjectPermissionSet, String, array<String> [] () [] [], Boolean, String) | Grants the specified set of permissions to the grantee and the ability to grant the set of permissions to other users on the specified columns on the view under an assumed role. | |
Grant(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean, String) | Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to other users on the specified columns on the view under an assumed role. | |
ImplInitialize | Inizializza i campi dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
Initialize() () () () | Inizializza l'oggetto e forza il caricamento delle proprietà. Ereditato da SqlSmoObject. | |
Initialize(Boolean) | Inizializza l'oggetto e forza il caricamento delle proprietà. Ereditato da SqlSmoObject. | |
IsObjectDirty | Determines whether the referenced object is consistent with the stored object. Ereditato da ScriptNameObjectBase. | |
IsObjectInitialized | Verifica se l'oggetto è stato inizializzato. Ereditato da SqlSmoObject. | |
IsObjectInSpace | Verifica se l'oggetto è isolato o connesso all'istanza di SQL Server. Ereditato da SqlSmoObject. | |
IsVersion80SP3 | Determina se la versione di SQL Server è SQL Server 2000 con SP3. Ereditato da SqlSmoObject. | |
IsVersion90AndAbove | Determina se la versione di SQL Server è SQL Server 2005 o successiva. Ereditato da SqlSmoObject. | |
MarkDropped | Consente di contrassegnare lo stato dell'oggetto corrente e di tutte le raccolte figlio come Dropped. Ereditato da TableViewTableTypeBase. | |
MarkForDropImpl | Imposta l'oggetto SqlSmoState da eliminare. Ereditato da SqlSmoObject. | |
MemberwiseClone | Ereditato da Object. | |
PostAlter | Metodo attivato dopo che l'oggetto SqlSmoObject viene modificato. Ereditato da SqlSmoObject. | |
PostCreate | Metodo attivato dopo la creazione dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
PostDrop | Metodo attivato dopo l'eliminazione dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
ReCompileReferences | Recompiles any view or trigger that depends on the base SMO object. Ereditato da TableViewBase. | |
Refresh() () () () | Refreshes the View object or Table object properties. Ereditato da TableViewBase. | |
Refresh(Boolean) | Refreshes the View object properties with the option to refresh metadata. | |
Rename | Renames the view. | |
RenameImpl | Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future. Ereditato da NamedSmoObject. | |
RenameImplWorker | Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future. Ereditato da NamedSmoObject. | |
ResetDesignModeScriptingOptions | Reimposta le opzioni come specificato dal parametro options. Ereditato da ScriptSchemaObjectBase. | |
Revoke(ObjectPermissionSet, String) | Revokes a previously granted set of permissions from a grantee on the view. | |
Revoke(ObjectPermissionSet, array<String> [] () [] []) | Revokes a previously granted set of permissions from a list of grantees on the view. | |
Revoke(ObjectPermissionSet, String, array<String> [] () [] []) | Revokes a previously granted set of permissions from a grantee on the specified columns on the view. | |
Revoke(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] []) | Revokes a previously granted set of permissions from a list of grantees on the specified columns on the view. | |
Revoke(ObjectPermissionSet, String, Boolean, Boolean) | Revokes a previously granted set of permissions from a grantee on the view and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users. | |
Revoke(ObjectPermissionSet, array<String> [] () [] [], Boolean, Boolean) | Revokes a previously granted set of permissions from grantees on the view and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users. | |
Revoke(ObjectPermissionSet, String, Boolean, Boolean, String) | Revokes a previously granted set of permissions from a grantee from the view and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role. | |
Revoke(ObjectPermissionSet, String, array<String> [] () [] [], Boolean, Boolean) | Revokes a previously granted set of permissions from grantees on the specified columns on the view and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role. | |
Revoke(ObjectPermissionSet, array<String> [] () [] [], Boolean, Boolean, String) | Revokes a previously granted set of permissions from grantees on the view and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role. | |
Revoke(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean, Boolean) | Revokes a previously granted set of permissions from grantees on the specified columns on the view and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users under an assumed role. | |
Revoke(ObjectPermissionSet, String, array<String> [] () [] [], Boolean, Boolean, String) | Revokes a previously granted set of permissions from a grantee on the specified columns on the view and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role. | |
Revoke(ObjectPermissionSet, array<String> [] () [] [], array<String> [] () [] [], Boolean, Boolean, String) | Revokes a previously granted set of permissions from the grantees for the specified columns on the view and any other users to whom the grantee has granted access. The grantee is also given the ability to revoke other users' access under an assumed role. | |
Script() () () () | Genera uno script Transact-SQL che può essere utilizzato per ricreare l'oggetto di database. Ereditato da TableViewTableTypeBase. | |
Script(ScriptingOptions) | Genera uno script Transact-SQL che può essere utilizzato per ricreare l'oggetto di database con le opzioni di scripting specificate. Ereditato da TableViewTableTypeBase. | |
ScriptAlter | Modifica l'oggetto SqlSmoObject in base ai parametri. Ereditato da SqlSmoObject. | |
ScriptAnsiQI | Scripts the database object in ANSI text. Ereditato da ScriptNameObjectBase. | |
ScriptChangeOwner | This method supports the SMO infrastructure and is not intended to be used directly from your code. Ereditato da NamedSmoObject. | |
ScriptCreate | Modifica l'oggetto SqlSmoObject in base ai parametri. Ereditato da SqlSmoObject. | |
ScriptDdl | Genera un oggetto InvalidSmoOperationException. Ereditato da SqlSmoObject. | |
ScriptDrop | Genera un oggetto InvalidSmoOperationException. Ereditato da SqlSmoObject. | |
ScriptHeader | Returns the text header with the option to modify the text. | |
ScriptImpl() () () () | Ottiene una raccolta di script dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
ScriptImpl(ScriptingOptions) | Ottiene una raccolta di script dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
ScriptImplWorker | Ottiene una raccolta di script dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
ScriptInformativeHeaders | Scripts the information headers. Ereditato da ScriptNameObjectBase. | |
ScriptOwner | Alters the script owner authorization. Ereditato da NamedSmoObject. | |
ScriptRename | This method supports the SMO infrastructure and is not intended to be used directly from your code. Ereditato da NamedSmoObject. | |
SetCollectionTextMode | Sets the collection text mode. Ereditato da ScriptNameObjectBase. | |
SetIsSystemNamed | Sets a Boolean value that specifies whether the system is named. Ereditato da ScriptNameObjectBase. | |
SetParentImpl | Imposta l'elemento padre dell'oggetto SqlSmoObject sul parametro newParent. Ereditato da SqlSmoObject. | |
SetSchemaOwned | Sets the schema owned value. Ereditato da NamedSmoObject. | |
SetTextBody | Specifies the text body. Ereditato da ScriptNameObjectBase. | |
SetTextHeader | Specifies the text header. Ereditato da ScriptNameObjectBase. | |
SetTextMode | Specifies the text mode. Ereditato da ScriptNameObjectBase. | |
StoreConstraintsFlags | Archivia i flag dei vincoli come specificato dal parametro options. Ereditato da ScriptSchemaObjectBase. | |
SwitchTextMode | Switches the text mode. Ereditato da ScriptNameObjectBase. | |
ThrowIfTextIsDirtyForAlter | Throws an exception of text has been modified and not persisted. Ereditato da ScriptNameObjectBase. | |
ToString | Restituisce un oggetto String che rappresenta l'oggetto a cui si fa riferimento. Ereditato da SqlSmoObject. | |
TouchImpl | Non implementato. Ereditato da SqlSmoObject. | |
UnbindDefaultImpl | Annulla l'associazione delle colonne predefinite dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
UnbindRuleImpl | Annulla l'associazione delle regole dell'oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
UpdateStatistics() () () () | Updates statistics for the table or view. Ereditato da TableViewBase. | |
UpdateStatistics(StatisticsTarget, StatisticsScanType) | Updates the statistics for the table or view with the option to specify the target and the type of scan performed. Ereditato da TableViewBase. | |
UpdateStatistics(StatisticsTarget, StatisticsScanType, Int32) | Updates the statistics for the table or view with the option to specify the target, the type of scan performed, and the sample size. Ereditato da TableViewBase. | |
UpdateStatistics(StatisticsTarget, StatisticsScanType, Int32, Boolean) | Updates the statistics for the table or view with the option to specify the target, the type of scan performed, the sample size, and whether to recompute the statistics. Ereditato da TableViewBase. | |
Validate | Validates the state of an object. Ereditato da SmoObjectBase. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | Rappresenta l'evento che si verifica quando viene modificata una proprietà. Ereditato da SqlSmoObject. | |
PropertyMetadataChanged | Rappresenta l'evento che si verifica quando vengono modificati i metadati di una proprietà. Ereditato da SqlSmoObject. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
m_ExtendedProperties | Rappresenta una proprietà definita per estendere le proprietà fornite da un oggetto SqlSmoObject. Ereditato da SqlSmoObject. | |
singletonParent | Rappresenta il padre singleton. Ereditato da SqlSmoObject. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IAlienObject. . :: . .Discover | Individua eventuali dipendenze. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .GetDomainRoot | Restituisce la radice del dominio. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .GetParent | Ottiene l'elemento padre di questo oggetto. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .GetPropertyType | Ottiene il tipo della proprietà specificata. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .GetPropertyValue | Ottiene il valore della proprietà specificata. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .GetUrn | Ottiene l'URN (Unified Resource Name) dell'oggetto. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .Resolve | Ottiene l'istanza che contiene le informazioni sull'oggetto dall'URN (Unified Resource Name) dell'oggetto. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .SetObjectState | Imposta lo stato dell'oggetto sul valore SfcObjectState specificato. Ereditato da SqlSmoObject. | |
IAlienObject. . :: . .SetPropertyValue | Imposta il valore della proprietà. Ereditato da SqlSmoObject. | |
ISfcPropertyProvider. . :: . .GetPropertySet | Ottiene il riferimento di interfaccia al set di proprietà di questo oggetto. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SqlSmoObject. | |
ISfcSupportsDesignMode. . :: . .IsDesignMode | Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future. Gets a Boolean value that indicates whether the object supports design mode. |
In alto
Osservazioni
To get View object properties, users can be a member of the public fixed server role.
To set View object properties, ALTER permission on the view or ALTER VIEW permission on the database.
To create a view, users must CREATE VIEW permission on the database and ALTER permission on the specified schema.
To drop a view, users must have CONTROL permission on the view and ALTER permission on the specified schema.
To grant, deny, or revoke permissions on the view to other users, users must have CONTROL permission on the view.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche