DatabaseTaskHost.GetCatalogProperty, méthode
Retourne la valeur d'une propriété de catalogue.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Overridable Function GetCatalogProperty ( _
name As String _
) As String
public virtual string GetCatalogProperty(
string name
)
public:
virtual String^ GetCatalogProperty(
String^ name
)
abstract GetCatalogProperty :
name:string -> string
override GetCatalogProperty :
name:string -> string
public function GetCatalogProperty(
name : String
) : String
Paramètres
- name
Type : System.String
Nom de propriété.
Valeur de retour
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.