Método VSDBCmdServices.OnGetDeployPropertyUsage
Retorna null.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Protected Overridable Function OnGetDeployPropertyUsage ( _
propertyName As String _
) As String
protected virtual string OnGetDeployPropertyUsage(
string propertyName
)
protected:
virtual String^ OnGetDeployPropertyUsage(
String^ propertyName
)
abstract OnGetDeployPropertyUsage :
propertyName:string -> string
override OnGetDeployPropertyUsage :
propertyName:string -> string
protected function OnGetDeployPropertyUsage(
propertyName : String
) : String
Parâmetros
- propertyName
Tipo: System.String
O nome da propriedade.
Valor de retorno
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.