SfcDomainInfo.RootTypeFullName Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Property RootTypeFullName As String
Get
Friend Set
'Uso
Dim instance As SfcDomainInfo
Dim value As String
value = instance.RootTypeFullName
public string RootTypeFullName { get; internal set; }
public:
property String^ RootTypeFullName {
String^ get ();
internal: void set (String^ value);
}
member RootTypeFullName : string with get, internal set
function get RootTypeFullName () : String
internal function set RootTypeFullName (value : String)
Valor de la propiedad
Tipo: System.String
A string value that represents the full name of the root type of the object.