Microsoft.SQLServer.DBFileArquivo do Banco de Dados SQL

Microsoft.SQLServer.DBFile (ClassType)

Todos os arquivos de banco de dados do Microsoft SQL Server, independentemente da versão do SQL Server.

Element properties:

Base ClassMicrosoft.SQLServer.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId17ff5214-da93-95e9-01c2-2bdebc000b3c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SQLServer.DBFile:
FileID  string  ID do Arquivo true 256  False 
FileName  string  Nome do Arquivo false 256  False 
FilePath  string  Caminho do Arquivo false 256  False 
Size  double  Tamanho (MB) (Preterido) false 256   
Drive  string  Unidade false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.DBFile" Accessibility="Public" Base="Microsoft.SQLServer.Component" Hosted="false" Abstract="true" Singleton="false">
<Property ID="FileID" Type="string" Key="true"/>
<Property ID="FileName" Type="string"/>
<Property ID="FilePath" Type="string"/>
<Property ID="Size" Type="double"/>
<Property ID="Drive" Type="string"/>
</ClassType>