다음을 통해 공유


SqlDatabase.GetStoredProcCommand(String) 메서드

정의

public:
 System::Data::Common::DbCommand ^ GetStoredProcCommand(System::String ^ storedProcedureName);
public System.Data.Common.DbCommand GetStoredProcCommand (string storedProcedureName);
member this.GetStoredProcCommand : string -> System.Data.Common.DbCommand
Public Function GetStoredProcCommand (storedProcedureName As String) As DbCommand

매개 변수

storedProcedureName
String

반환

적용 대상